home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / disk / suprdupe.zip / WHATIT.DUZ < prev   
Text File  |  1995-06-30  |  3KB  |  75 lines

  1. No*STOP SUPRDUPE makes two drives the same. It "synchronizes" them.
  2. Any two drives, so long as the "target" is large enough to hold the data
  3. on the "source".
  4.  
  5. It works at the DOS logical drive level. Thus, if you want a floppy to look
  6. like C:\WORK, with all of its sub-directories and files, you would do the
  7. following:
  8.  
  9. SUBST F: C:\WORK
  10. SUPRDUPE F: A:
  11.  
  12. Or suppose you regularly work on a complex portion of your C: drive and want
  13. better performance. Put it on your RAMdrive, using SUPRDUPE!
  14. Here's an example:
  15.  
  16. Say you have a structure beginning at C:\WORK which has four sub-directories,
  17. and each sub-directory has several levels beneath it. You would like to
  18. perform your work at RAM speed (without hard disk access penalties).
  19. Here's how:
  20.  
  21. SUBST F: C:\WORK
  22. SUPRDUPE F: D:
  23. D:>Do your work, all day long, at RAM speed.
  24. When you are finished:
  25. SUPRDUPE D: F:
  26. and the results are back on your C: drive!
  27. (Bear in mind that if your PC dies, data on the RAM drive will be lost. It's
  28. a good idea to run "SUPRDUPE D: F:" every once in a while).
  29.  
  30. Or suppose you have installed a demo, on your C: drive, of some new
  31. whiz-bang product. You decide you don't like it, but in the meantime
  32. it has created 417 sub-directories, seven levels deep, occupying 7MB,
  33. and has no un-install capability. Scrub it! Here's how:
  34.  
  35. Create an empty directory on your C: drive or RAMdrive, then:
  36.  
  37. SUBST F: C:\EMPTY
  38. SUBST G: C:\<demo installation directory>
  39. SUPRDUPE F: G:
  40.  
  41. It's gone!
  42.  
  43. Or suppose you have a single PC which houses important applications and data.
  44. Add a removable hard drive or drive with removable media. Any time during the
  45. day, but especially when you go home at the end of the day:
  46.  
  47. SUPRDUPE C: E: (where E: is the removable)
  48.  
  49. At the end of the day remove the removable, put it into your briefcase,
  50. and go home.
  51.  
  52. If your office burns to the ground, get another PC with a drive which can
  53. read the removable, and you're back in business - no data or software lost!
  54.  
  55. SUPRDUPE sees and synchronizes all files. Hidden, Read Only, Zero-Length,
  56. and, if you tell it to, System. It also reproduces DOS file attributes.
  57.  
  58. It has batch file capability and sets DOS "errorlevel" for use in batch files.
  59.  
  60. SUPRDUPE's big brother, No*STOP RECOVERY, will do the same and more for
  61. networked drives. RECOVERY will, for instance, reproduce Novell Netware
  62. Extended Attributes and Ownership. It can be used for remote synchronization
  63. of mobile workstations and automatic docking synchronization. In an unusual
  64. recent application, RECOVERY was used to scrub over two million unused
  65. sub-directories from a Netware 3.12 server in California (where else?!).
  66. Try doing THAT manually!! To be honest about this, it took them several
  67. passes to get it done. Apparently RECOVERY had to be exited occasionally
  68. to run PURGE.
  69.  
  70. We don't have any idea how they got into that pickle. We don't want to know.
  71. But RECOVERY fixed it. If you are curious, we will pass on your request for
  72. the sordid details. A Compuserve address will probably make more likely the
  73. possibility of an answer, but no guarantees. Maybe they don't want to talk
  74. about it.
  75.